@font-face{
    font-family: 'Pixearg'; 
    src: url(../general/PIXEARG.TTF) format('truetype');
  }

  @font-face{
    font-family: 'Pixel Script'; 
    src: url(../general/PixelScriptRegular-0WnDG.otf) format('opentype');
  }

  @font-face{
    font-family: 'Console'; 
    src: url(../general/consola.ttf) format('opentype');
  }

  
/*Header*/

.titleHeader{
    color: white;
}

.ramcst{
    margin-bottom: 6%;
}
.erebus{
    font-family: 'Pixel Script';
    margin-bottom: -3%;
    font-size: 3rem;
    
}

body{
    background-image: url(bg.png);
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
    background-position: center; 
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Pixearg';
    padding-bottom: 5%;
}

.contentP{
    color: white;
    font-family: 'Consolas';
}

p{
    font-family: 'Console';
}

.intro{
    text-align: center;
    font-size: small;
    color: white;
    padding: 0.5%;
}

a{
    color: #a1aa6b;
}
.uiBorders {
    position:relative; 
    padding:0px 1px 1px 1px; 
    background: #7b7253;
    border:2px solid #4b4a38; 
    box-shadow: 0.0px 1px 0 #000;
    border-bottom-left-radius: 2px; 
    border-bottom-right-radius: 2px;   
    height: fit-content;

}



.contentBorders{
    position:relative; 
    z-index:10; 
    padding:1%; 
    background-image: url(windowBg.png);
    border:1px solid #4b4a38; 
    flex: 1;
}



.contentBorders p{
    margin: 1.5%;
}

.contentBorders::before{
    content:""; 
    display:block; 
    position:absolute; 
    z-index:-1; 
    top:0px; 
    left:0px; 
    right:0px; 
    bottom:0px; 
    border-top: 1px solid #000000; 
    border-left: 1px solid #000000; 
    border-right: 1px solid #000000; 
    border-bottom: none; 
}

.uiTitle{
    min-height: 24px;
    width: 100%;
    text-align: center;
    position: relative;
    background-image: url(linesTitle.png);        
    background-repeat: repeat-x;
    background-position: center;
    display: flex;
    align-items: center; 
    justify-content: center; 


}

.uiTitle-hideLines {
    background: #7b7253; 
    padding: 0 10px;
    position: relative;
    z-index: 1; 
    font-size: smaller;    
    
}

.uiTitle2{
    min-height: 24px;
    width: 100%;
    text-align: center;
    position: relative;
    background-image: url(linesTitle.png);        
    background-repeat: repeat-x;
    background-position: center;



}

/*Nav*/

#navBar{
    margin-bottom: 2%;
}

.uiButton{
    background-color: #7b7253;
    border-top: 3px solid #b6a97b; 
    border-left: 3px solid #b6a97b; 
    border-right: 3px solid #4b4a38;
    border-bottom: 3px solid #4b4a38;
    color: white;
    text-align: center;

    min-width: 95px;
    min-height: 27px;

    max-width: 100%;
    cursor: pointer;
}

.uiButton:hover{
    background-color: #988d67;
    border-top: 4px solid #b6a97b; 
    border-left: 4px solid #b6a97b; 
    border-right: 4px solid #4b4a38;
    border-bottom: 4px solid #4b4a38;
    color: white;
    text-align: center;
}

.uiButton:active{
    background-color: #6e664b;
    border-top: 3px solid black; 
    border-left: 3px solid black; 
    border-right: 3px solid #4b4a38;
    border-bottom: 3px solid #4b4a38;
    color: white;
    text-align: center;
}

.uiBorders-allRound {   
    position:relative; 
    padding:0px 1px 1px 1px; 
    background: #7b7253;
    border:2px solid #4b4a38; 
    box-shadow: 0.0px 1px 0 #000;
    border-bottom-left-radius: 2px; 
    border-bottom-right-radius: 2px; 
    border-top-left-radius: 2px; 
    border-top-right-radius: 2px;   
    height: fit-content;
}


.uiButton-active{
    background-color: #6e664b;
    border-top: 3px solid black; 
    border-left: 3px solid black; 
    border-right: 3px solid #4b4a38;
    border-bottom: 3px solid #4b4a38;
    color: white;
    text-align: center;

}


/*Thoughts*/

.thoughtsBorders{
    padding:0.5%; 
    background-image: url(thoughtsBg.png);
    border:1px solid #4b4a38; 
    color: white;
    flex: 1;
    

}

.thoughtContainer{
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.thoughtContainer span marquee{
   width: 100%;
   display: flex;
}

.currentlyThinking{
    text-decoration: none;
    color: white;
}

.currentlyThinking:hover{
    color: #7a4614;
}

/*Journal*/

.uiTitle-noHideLines {
    color: white;
}

/*Me*/

#containerMe, #containterListening, #heart{
    min-width: 215px;
    width: 100%;
}

#heart{
    margin-top: 7%;
    max-width: 270px;
    margin-left: 2%;
}

.heartImg{
    max-width: 100%;
}

.mePic{
    border-top: 1px solid black; 
    border-left: 1px solid black; 
    border-right: 1px solid black;
    
    width: 100%;  
    height: auto; 
    display: block;  
    

}

.listeningTo{
  text-decoration:none;
  color:black;
  }
  .listeningTo:hover{
    color:white;
    }

.buttonClose{
    float: inline-end;
    background: #7b7253;
    border-top: 2px solid #b6a97b; 
    border-left: 2px solid #b6a97b; 
    border-right: 2px solid #4b4a38;
    border-bottom: 2px solid #4b4a38;
    margin-top: 0.5%;
}

.buttonClose:hover{
    background-color: #988d67;
    border-top: 2px solid #b6a97b; 
    border-left: 2px solid #b6a97b; 
    border-right: 2px solid #4b4a38;
    border-bottom: 2px solid #4b4a38;
}

.buttonClose:active{
    background-color: #6e664b;
    border-top: 2px solid black; 
    border-left: 2px solid black; 
    border-right: 2px solid #4b4a38;
    border-bottom: 2px solid #4b4a38;
}

/*Links*/

ul li a{
    color:#a1aa6b;
}

/*Listening to*/

.albumShown{
    display: flex;
    align-items: center;
    width: 94%;
    padding: 3%;
    color: white;
}

.albumInfo{
    margin-left: 4%;
}


/*Button*/

.buttonThanks{
    color: white;
    margin-top: 1%;
    display: flex;
    justify-content: center;
}


/*Photos*/

 .tab {
    overflow: hidden;
    border: 2px solid #4b4a38;         
    background-color: #6e664b;
  }
  

  .tab button {
    background-color: #7b7253;
    border-top: 2px solid #b6a97b;
    border-right: 2px solid black;
    border-bottom: none;
    border-left: none;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 12px;
    font-family: 'Pixearg';
    color:white;

  }
  
  .tab button:hover {
    background-color: #988d67;
  }
  
  .tab button.active {
    background-color: #988d67;
  }
  
  .tabcontent {
    display: none;
    padding: 2% 2%;
  }

  .displayFotos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
  }

  .photoAlbum{
    box-shadow: 3px 3px 0 #000;
  }

  .photoAlbum:hover{
    border: 1px solid white;
  }

  .containerAlbum{
    padding-right: 2%;    
    padding-left: 2%;
}

.containerIphone{
  display:flex;
  }

.containerAlbum div{
    cursor: pointer;

}

.imgPhone{
    max-height:400px;
  }




.dialog {
    position: relative;
    background: #ffffcb;
    padding: 15px;
    border-radius: 10px;
    width: max-content;
    max-width: 300px;
    font-size: 12px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Consolas';
    margin-bottom: 3%;
  }
  
  .closeDialog{
    float: inline-end;
    margin-top: 5%;
    background: #ffffcb;
  }

  .closeDialog:hover{
    background: #dedeae;
  }

  .closeDialog:active{
    background: #dedeae;

  }

  .imgShown{
    max-width: 100%;
  }

  .uiButtonBackHolga{
    background-color: #7b7253;
    border-top: 3px solid #b6a97b; 
    border-left: 3px solid #b6a97b; 
    border-right: 3px solid #4b4a38;
    border-bottom: 3px solid #4b4a38;
    color: white;
    text-align: center;

    min-width: 95px;
    min-height: 27px;

    max-width: 100%;
    cursor: pointer;
}

.uiButtonBackHolga:hover{
    background-color: #988d67;
    border-top: 4px solid #b6a97b; 
    border-left: 4px solid #b6a97b; 
    border-right: 4px solid #4b4a38;
    border-bottom: 4px solid #4b4a38;
    color: white;
    text-align: center;
}
  
/*Writing*/

.book{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-height: 108px;
}


/*Buttons*/

.button-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); 
        gap: 3px; 
        max-width: 300px; 
        margin: auto; 
    }

    .button-container img {
        width: 100%; 
        height: auto;
        object-fit: contain;
    }
    
    
    
    
.hotlinkButton{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:1%;
  }
  
/*Blog Entries*/

.bodyBE{
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
    background-position: center; 
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Pixearg';
    padding-bottom: 5%;
}

.containerBE{
    display: flex;
    flex-direction: column;
    width: 65%;
    padding:1%;
  }
  


/*Listen Later*/

.bodyListen{
    background-image: url('wood.jpg');
    background-repeat: repeat;
    padding: 0%;
    margin: 0%;
    background-size: auto;
    padding-top: 1%;

}


  .containerListen {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
    z-index: 10;
    height: 100%;
    margin-top: -1%;

    }

    .div1ll { grid-area: 1 / 2 / -1 / 5;
        padding-right: 5%;
        background-color: #131313;
        background-repeat: repeat;
        display:flex;
        flex-direction: column;
        align-items: center;
        padding: 0%;
    }
   

    .poster {
        position: absolute;
        width: 120px;
        opacity: 0.9;
        pointer-events: none; /* para que no molesten al hacer clic */

        height: auto;
        transform: rotate(var(--rot));
        box-shadow: 0 10px 20px rgba(0,0,0,0.2), 0 6px 6px rgba(0,0,0,0.15);
        filter: contrast(1.05) brightness(0.98); /* un toque menos digital */
    }


    .poster::after {
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: url('texturas/papel.png'); /* textura de papel ligera */
        opacity: 0.1;
        pointer-events: none;
    }

    .titleSection{
        text-align: right;
        border: 1px solid black;
        border-radius: 2px;
        padding: 1%;
        font-size: 24px;
        color: black;
    }


    .topPrioritiesListen{ grid-area: 1 / 1 / 3 / 3;    
        justify-content: center;
         display: flex;
        flex-direction: column;
        align-items: center; 
        text-align: center;
    }

    .topPrioritiesListen img{

        width: 360px;
        height: 360px;

    }

    .topPrioritiesListen2 { grid-area: 1 / 3 / 2 / 6;
        display: flex;
        flex-direction: row;
        
    }

    .topPrioritiesListen2 img{
        width: 120px;
        height: 120px;
        margin-left: 5%;
    }

    .topPrioritiesListen3 img{
        width: 120px;
        height: 120px;
        margin-left: 5%;
    }

    .topPrioritiesListen3 {
         grid-area: 2 / 3 / 3 / 6;
         display: flex;
        flex-direction: row;
    }

    .containerPriorities{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border: dotted;
        padding: 2%;
        width: 80%;

    }

    .containerSmallAlbum{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: anchor-center;
        margin-left: 3%;
    }

    .marqueeAlbum{
        height: 90px;
        width: 90px;
    }

    



.watching-class{
  position: absolute;
  z-index: 2; 
  background-color: rgba(0, 0, 0, 0.6); 
  width: 50%;
  display: flex;
  align-self: end;
}

.watching-class::after {
    content: '';
    position: absolute;
    right: -10px; /* hacia la derecha */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.6); /* mismo color que el fondo */
  }